home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / 3c503.zip / NDIS / MSLAN3.BAT < prev    next >
DOS Batch File  |  1991-12-08  |  932b  |  37 lines

  1. @echo off
  2. REM %%VER MS Lan Manager OEM Import Utility Program v2.0a
  3. if %mono%==y goto b&w
  4. ..\install\flushkey
  5. ..\install\check videocard
  6. if errorlevel 1 goto color
  7. :b&w
  8. cls
  9. goto contin
  10. :color
  11. ..\install\get b 31
  12. :contin
  13. type ..\blank2.men
  14. ..\install\echoxy 4 25 N D I S      M E N U
  15. ..\install\echoxy 6 17 L A N   M A N A G E R  I N S T A L L A T I O N
  16. ..\install\echoxy 9 10 The EtherDisk diskette is structured for          
  17. ..\install\echoxy 10 10 Microsoft LAN Manager v2.0 OEM import format.   
  18. ..\install\echoxy 11 10 Run the LAN Manager SETUP utility and use the
  19. ..\install\echoxy 12 10 network driver import function to install the
  20. ..\install\echoxy 13 10 NDIS driver in your system.
  21.  
  22. ..\install\echoxy 15 24 Press any key to continue ...
  23. ..\install\reply
  24. if errorlevel 60  goto ndis
  25. if errorlevel 59  goto help
  26.  
  27. :ndis
  28. mslan2
  29.  
  30.  
  31. :help
  32. ..\install\echoxy 24 1
  33. type mslan3.hlp
  34. pause
  35. mslan3
  36.  
  37.